PDF4Java Reference Documentation
com.o2sol.pdf4java.document Package / PDFDocument Class / load Method / load(Stream) Method
Stream that contains the PDF file.
In This Topic
    load(Stream) Method
    In This Topic
    Loads a PDF file and returns either a fixed document or a portfolio depending on the PDF file type.
    Syntax
    public static PDFDocument load( 
       Stream stream
    )

    Parameters

    stream
    Stream that contains the PDF file.

    Return Value

    See Also